.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container-fluid {
    width: 1410px;
}
.container{
    width: 1410px;
}
@media (max-width: 1420px) {
    .container-fluid {
        width: 1170px;
    }
    .container{
        width: 1170px;
    }
}

@media (max-width: 1200px) {
    .container-fluid {
        width: 100%;
    }
    .container{
        width: 100%;
    }
}
.x-header {
    border-top: 4px solid #0158cb;
}

.x-logo {
    padding: 30px 0;
}

.x-logo .img {
    float: left;
}

.x-logo .img img {
    max-width: 100%;
}

.x-logo .text {
    float: left;
    position: relative;
    padding-left: 52px;
    padding-top: 13px;
}

.x-logo .text::before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    top: 10px;
    background-color: #1007c1;
    left: 25px;
}

.x-logo .text h3 {
    color: #0158cb;
    font: 600 22px/40px "Microsoft yahei";
}

.x-logo .text p {
    color: #222222;
    font: 500 20px/40px "Microsoft yahei";
}

.x-seo {
    background-color: #0158cb;
    text-align: center;
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
    padding-bottom: 3px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.x-seo a {
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
}

.x-seo a:hover {
    color: rgba(255, 255, 255, 0.7);
}
@media(max-width:1420px) {
    .x-seo {
        font: 400 12px/30px "Microsoft yahei";
    }
    .x-seo a {
        font: 400 12px/30px "Microsoft yahei";
    }
}

.x-header-hotline {
    float: right;
    text-align: left;
    width: 288px;
    margin-top: 1.3vh;
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 55px;
}

.x-header-hotline h3 {
    color: #666666;
    font: 400 14px/20px "Microsoft yahei";
}

.x-header-hotline p {
    color: #333333;
    font: 600 30px/36px "Airal";
    margin-bottom: 0;
}


.x-header {}

.x-header-right #formsearch,
.x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #0158cb;
}

/*导航*/

.x-menubg {
    border-top: 1px solid #cccccc;
}

.key-hotline {
    padding: 15px 0;
}

.x-key {
    color: #0158cb;
    font: 400 14px/44px "Microsoft yahei";
}

.x-key a {
    color: #666666;
    margin-right: 6px;
}

.x-key a:hover {
    color: #0158cb;
}

.x-header-right #formsearch {
    border: 1px solid #0158cb;
    width: 420px;
    border-radius: 4px;
}

.x-header-right #formsearch {
    position: relative;
    float: right;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 90px;
    height: 42px;
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/a32a46faceb8e41adab58db3e8b0148f27c95875.png) no-repeat 20px center #0158cb;
    color: #fff;
    padding-left: 30px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 90px);
    color: #333;
    height: 40px;
    padding-left: 10px;
}

/* 标题 */

.x-title {
    position: relative;
    text-align: center;
}

.x-title h3 {
    color: #0158cb;
    font: 600 38px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333333;
    font-weight: 400;
}

.x-title p {
    color: #999999;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.x-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }
    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a:hover {
    background: #fff;
}

/* 产品 */

.x-product {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/3a2015608c9498ecaffd891010bb39dba690cfb3.jpg) no-repeat center;
    padding: 5vh 0 4vh;
    border-bottom: 1px solid #e4e4e4;
}

.x-product-sort {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.x-product-sort li {
    list-style-type: none;
}

.x-product-sort li a {
    color: #888888;
    font: 400 18px/18px "Microsoft yahei";
    margin-left: 10px;
    margin-right: 10px;
}

.x-product-sort li a:hover {
    color: #0158cb;
}

.x-product-sort li+li {
    border-left: 1px solid #888888;
}

/*滚动*/

.comimg {
    position: relative;
}

.comimg li {
    float: left;
    border: 4px solid #eaeaea;
    margin-left: 15px;
    margin-right: 15px;
}

.comimg li img {
    width: 372px;
    height: 240px;
}

.comimg ul li h3 {
    text-align: center;
    color: #333333;
    font: 400 16px/46px "Microsoft yahei";
    background-color: #eaeaea;
}

.comimg li:hover {
    border: 4px solid #cf0010;
}

.comimg li:hover h3 {
    background-color: #cf0010;
    color: #fff;
}

.lpre,
.lnex {
    width: 30px;
    height: 59px;
    display: block;
    position: absolute;
    margin-top: -50px;
    top: 51%;
    cursor: pointer;
}

.lpre {
    left: 0;
    background: url(../images/hz_l.png) no-repeat;
}

.lnex {
    right: 0;
    background: url(../images/hz_r.png) no-repeat;
}

#o_demo {
    overflow: hidden;
    margin: 0 auto;
}

#o_indemo {
    float: left;
    width: 800%
}

#o_demo1 {
    float: left;
}

#o_demo2 {
    float: left;
}

.x-product-list {
    margin-top: 5vh;
    position: relative;
}

.x-product-list li {
    list-style-type: none;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
}

.x-product-list li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list li .img img {
    width: 326px;
    height: 264px;
    transition: all 0.8s;
}

.x-product-list li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list li:hover .img {
    border: 1px solid #0158cb;
}

.x-product-list li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list li:hover h3 {
    color: #0158cb;
}

.lpre,
.lnex {
    position: absolute;
    top: 44%;
    width: 40px;
    height: 65px;
}

.lpre {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/b0edc40ec3107ca967e9cfecf549f3e9230eae06.png) no-repeat center #e2e2e2;
    left: -100px;
}

.lnex {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/5ec8f71ad7152edaa6d4a119abfa3710fced151e.png) no-repeat center #e2e2e2;
    right: -100px;
}

.lpre:hover {
    opacity: 0.8;
}

.lnex:hover {
    opacity: 0.8;
}
@media (max-width: 1024px) {
    .x-product-list li {
        margin-bottom: 20px;
    }
    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}

/*产品中心*/

.x-product-two {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/3cebead137aae2d7959f4ad112e41ff178b9379b.jpg) no-repeat top center;
    padding: 6vh 0;
}

.x-product-two-sort {
    margin-top: 4vh;
    margin-bottom: 4vh;
    display: flex;
    justify-content: center;
}

.x-product-two-sort li {
    list-style-type: none;
    float: left;
    background-color: #eaeaea;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 23px;
}

.x-product-two-sort li a {
    color: #555555;
    font: 400 17px/40px "Microsoft yahei";
    padding: 0 44px;
}

.x-product-two-sort li:hover {
    background-color: #0158cb;
}

.x-product-two-sort li:hover a {
    color: #fff;
}

.ttz {
    display: none;
}

.x-product-list-two {
    margin-top: 5vh;
    position: relative;
}

.x-product-list-two li {
    list-style-type: none;
    float: left;
    position: relative;
    width: calc(25% - 17px);
}

.x-product-list-two li+li {
    margin-left: 22px;
}

.x-product-list-two li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list-two li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.x-product-list-two li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list-two li:hover .img {
    border: 1px solid #0158cb;
}

.x-product-list-two li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list-two li:hover h3 {
    color: #0158cb;
}

.x-product-more {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    border: 1px solid #e1e1e1;
    width: 160px;
    margin: 0 auto;
    padding-left: 40px;
    margin-top: 30px;
    border-radius: 30px;
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/3cdc9029292b5cfb7258ca00cd7f7ea4204b2876.png) no-repeat 110px center;
}

.x-product-more a {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    display: block;
}

.x-product-more:hover a {
    color: #0158cb;
}

.x-product-more:hover {
    border: 1px solid #0158cb;
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/93ea7da7d7d5b1131a9719fedc02d75887912885.png) no-repeat 110px center;
}

@media (max-width:1200px) {
    .x-product-two-sort li a {
        font: 400 14px/40px "Microsoft yahei";
        padding: 0 10px;
    }
}

@media (max-width:1024px) {
    .x-product-two-sort {
        display: block;
    }
    .x-product-two-sort li {
        width: 30%;
        text-align: center;
        margin-top: 10px;
    }
    .x-product-list-two li h3 {
        font: 400 14px/30px "Microsoft yahei";
        word-break:keep-all;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis; 
    }
    .list1z {
        margin-left: -11px;
        margin-right: -11px;
    }
    .list1z li {
        width: calc(50% - 20px);
        margin-left: 10px !important;
        margin-right: 10px;
    }
}

@media (max-width:768px) {
    .x-product-two-sort li {
        width: calc(50% - 10px);
    }
}

/*关于我们*/

.x-about {
    display: flex;
    justify-content: center;
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/3112b307e86ad50ff009cff30375e100ebacce22.jpg) no-repeat right center;
    background-size: auto 100%;
}

.x-about-left {
    width: 50%;
}

.x-about-left img {
    max-width: 100%;
}

.x-about-right {
    width: 50%;
}

.x-about-right-con {
    width: 630px;
    margin-left: 60px;
    margin-top: 5vh;
}

.x-about-right-con h3 {
    color: #333333;
    font: 600 30px/40px "Microsoft yahei";
    margin-bottom: 3vh;
}

.x-about-right-con h3 span {
    color: #0158cb;
    font: 600 34px/40px "Airal";
    text-transform: uppercase;
    display: block;
}

.x-about-right-con p {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}

.x-about-list {
    margin-top: 6vh;
}

.x-about-list li {
    float: left;
    width: 72px;
}

.x-about-list li+li {
    margin-left: 65px;
}

.x-about-list li .img {
    display: block;
    width: 72px;
    height: 72px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.x-about-list li .img img:first-child {
    max-width: 100%;
    display: block;
}

.x-about-list li .img img:last-child {
    max-width: 100%;
    display: none;
}

.x-about-list li h3 {
    margin-top: 1vh;
    color: #666666;
    font: 400 16px/30px "Microsoft yahei";
}

.x-about-list li:hover .img {
    background-color: #0158cb;
}

.x-about-list li:hover h3 {
    color: #0158cb;
}

.x-about-list li:hover .img img:first-child {
    display: none;
}

.x-about-list li:hover .img img:last-child {
    display: block;
}

@media (max-width: 1670px) {
    .x-about-right-con {
        width: 500px;
        margin-left: 60px;
    }
    .x-about-right-con h3 {
        margin-bottom: 1vh;
    }
    .x-about-list {
        margin-top: 4vh;
    }
    .x-about-right-con p{
    font: 400 15px/28px "Microsoft yahei";
    }
}
@media (max-width: 1400px) {

    .x-about-list {
        display: none;
    }
}
@media (max-width: 1024px) {
    .x-about {
        display: block;
        background: url(//cdn.myxypt.com/2b0d0a51/21/06/cebc6d7….jpg) no-repeat center bottom;
    }
    .x-about-left {
        width: 100%;
    }
    .x-about-right {
        width: 100%;
        font-size: 12px;
    }
    .x-about-right strong {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .x-about-right-con {
        width: 100%;
        margin-left: 0;
        padding: 15px;
        margin-top: 2vh;
    }
    .x-about-right-con h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-about-right-con h3 span {
        font: 600 22px/40px "Airal";
    }
}

/*应用行业领域*/

.x-apply {
    padding: 6.6vh 0 8.8vh;
}

.x-apply-list {
    margin-left: -11px;
    margin-right: -11px;
}

.x-apply-list li {
    list-style-type: none;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
    width: calc(25% - 22px);
}

.x-apply-list li img {
    max-width: 100%;
}

.x-apply-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 600 18px/70px "Microsoft yahei";
}

.x-apply-list li h3 img {
    margin-right: 8px;
}

.x-apply-list li:hover h3 {
    background-color: #0158cb;
}

@media(max-width:768px) {
    .x-apply-list li {
        width: calc(50% - 22px);
        margin-top: 2vh;
    }
    .x-apply-list li h3 {
        font: 400 14px/30px "Microsoft yahei";
    }
    .x-apply-list li h3 img {
        display: none;
    }
}

/*客户*/

.x-title.write {
    margin-bottom: 3vh;
}

.x-title.write h3 {
    color: #fff;
}

.x-title.write p {
    color: #fff;
    margin-bottom: 5.2vh;
}

.x-client {
    padding: 5.8vh 0 7vh 0;
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/8fad564f75be0633d5d93b831a772ac7e9c98c51.jpg) no-repeat center;
}

.x-client li {
    list-style-type: none;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 2px;
    width: calc(16.66% - 2px);
}

.x-client li img {
    max-width: 100%;
}

@media (max-width:1024px) {
    .x-client li {
        width: calc(33% - 2px);
    }
}

/*FAQ答疑*/

.x-faq {
    padding: 5vh 0 6.6vh;
}

.x-faq-title {
    position: relative;
}

.x-faq-title h3 {
    float: left;
    color: #333333;
    font: 600 38px/60px "Microsoft yahei";
}

.x-faq-title a {
    float: right;
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/a475ead032a1a771bc0560d4b13b307d6d7b3d68.png) no-repeat right center;
    color: #666666;
    font: 400 14px/60px "Microsoft yahei";
    display: block;
    width: 77px;
    transition: all 0.8s;
}

.x-faq-title a:hover {
    transition: all 0.8s;
    transform: translateX(10px);
}

.x-faq-list li {
    list-style-type: none;
    margin-top: 6vh;
}

.x-faq-list li h3 {
    color: #333333;
    font: 600 17px/20px "Microsoft yahei";
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/1cc2cf175b52c26ccb0e903a80360602cfa2fd88.jpg) no-repeat left top;
    padding-left: 56px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.x-faq-list li p {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/5b2b3fabc25e286df42ac81e2c305c540ed30d3a.jpg) no-repeat left top;
    padding-left: 56px;
    color: #888;
    font: 400 14px/23px "Microsoft yahei";
}

.x-faq-more {
    color: #888888;
    font: 400 14px/30px "Airal";
    border: 1px solid #e4e4e4;
    width: 100px;
    text-align: center;
    margin-top: 2.5vh;
    border-radius: 16px;
    text-transform: uppercase;
    margin-left: 56px;
}

.x-faq-list li:hover h3 {
    color: #0158cb;
}

.x-faq-list li:hover .x-faq-more {
    border: 1px solid #0158cb;
    background-color: #0158cb;
    color: #fff;
}

@media(max-width:1024px) {
    .x-faq-title h3 {
        font: 600 22px/60px "Microsoft yahei";
    }
}

/*新闻*/

.x-news {
    background-color: #f8f8f8;
    padding: 5vh 0 7vh;
}

.tabli {
    position: absolute;
    right: 0;
    top: 17px;
}

.tabli li {
    float: left;
    list-style-type: none;
}

.tabli li+li {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #666666;
}

.tabli li a {
    background: none !important;
    color: #666666;
    font: 400 18px/18px "Microsoft yahei";
}

.tabli li:hover a {
    transform: translateX(0);
    color: #0158cb;
}

.tabli li.cur a {
    color: #0158cb;
}

.tab {
    display: none;
}

.x-index-news-list li {
    list-style-type: none;
    margin-top: 4vh;
}

.x-index-news-list li .pic {
    width: 97.5%;
}

.x-index-news-list li:nth-child(2n) .pic {
    float: right;
}

.x-index-news-list li .img {
    border: 1px solid #e4e4e4;
    width: 34%;
    float: left;
    overflow: hidden;
}

.x-index-news-list li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.x-index-news-list li .wz {
    width: 62%;
    float: right;
}

.x-index-news-list li h3 {
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
}

.x-index-news-list li p {
    color: #666666;
    font: 400 14px/26px "Microsoft yahei";
}

.x-index-news-list li:hover h3 {
    color: #0158cb;
}

.x-index-news-list li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

/*快速导航*/

.x-index-nav {
    padding: 5vh 0 8vh;
}

.x-index-nav .x-faq-title {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 1vh;
}

.x-index-nav-title h3 {
    color: #333333;
    font: 600 24px/52px "Microsoft yahei";
}

.x-index-nav-part {
    display: flex;
    align-items: center;
    margin-top: 4vh;
}

.x-index-nav-con h3 {
    width: 150px;
    text-align: right;
    padding-right: 24px;
    position: relative;
    font: 600 18px/30px "Microsoft yahei";
    color: #0158cb;
    margin-right: 10px;
}

.x-index-nav-con h3::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background-color: #dfdfdf;
    right: 0;
    top: 0;
}

.x-index-nav-list {
    width: calc(100% - 166px);
}

.x-index-nav-list li {
    list-style-type: none;
    float: left;
    margin-left: 2vh;
}

.x-index-nav-list li a {
    color: #777777;
    font: 400 14px/16px "Microsoft yahei";
}

.x-index-nav-list li a:hover {
    color: #0158cb;
}

/*底部*/

.x-layout {
    background-color: #222222;
}
.x-layout-con{
    position: relative;
}
.x-foot-part1{
    width: 55%;
}
.x-foot-nav {
    width: 30%;
    float: left
}

.x-foot-nav-h {
    color: #eeeeee;
    font: 600 18px/36px "Microsoft yahei";
    margin-bottom: 1.5vh;
    margin-top: 4vh;
}

.x-foot-nav-li li {
    float: left;
    width: 50%;
    list-style-type: none;
}

.x-foot-nav-li li a {
    color: #adadad;
    font: 400 14px/30px "Microsoft yuahei";
}

.x-foot-nav-li li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-foot-product-nav {
    float: left;
    width: 20%;
}

.x-foot-product-nav-li {
    list-style-type: none;
}

.x-foot-product-nav-li li {
    width: 100%;
}

.x-foot-contact {
    float: left;
    width: 30%;
}

.x-foot-contact h3 {
    color: #adadad;
    font: 400 14px/26px "Microsoft yahei";
}

.x-foot-contact-tel p {
    color: #eeeeee;
    font: 600 30px/44px "Microsoft yahei";
}

.x-foot-contact-con p {
    color: #adadad;
    font: 400 14px/24px "Microsoft yahei";
}

.x-foot-part2 {
    margin-top: 5.5vh;
    padding: 1.7vh 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 500px;
}
.x-foot-part3{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 410px;
    background-color: #004eb4;
}
.x-copyright {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-copyright a {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-region {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-region a {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-region a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width:1200px) {
    .x-foot-nav {
        width: 30%;
    }
    .x-foot-product-nav {
        width: 20%;
    }
    .x-foot-contact {
        width: 40%;
        float: right;
    }
}
@media (max-width:992px) {
    .x-foot-part1{
        width: 100%;
    }
    .x-foot-part2{
        padding-right: 0;
    }
}
@media (max-width:767px) {
    .x-foot-contact {
        width: 100%;
        float: left;
    }
}


.x-foot-part3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 410px;
    background-color: #004eb4;
}

.x-foot-part3 h3 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font: 600 22px/52px "Microsoft yahei";
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/1ea54897b05f0cb2d1180662cede40aaa858f052.png) no-repeat center;
    margin-top: 38px;
}

.x-foot-part3 p {
    color: #eee;
    font: 400 14px/25px "Microsoft yahei";
    text-align: center;
    margin-bottom: 2vh;
}

.x-message-name {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/fb2ed677ca370da0dfdad833868c95022531be7d.png) no-repeat 95% 7px;
}

.x-message-phone {
    background: url(//cdn.myxypt.com/2b0d0a51/21/06/98a5b232bd816fd83cac485c6b6e62465d5668ea.png) no-repeat 95% 9px;
}

.code-group {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}

.x-message-wrap #checkcode {
    border: 0px solid #fff;
    /* border-radius: 6px; */
}
.x-message-submit {
    margin-top: 5vh;
}

/*专题页*/
.about-sort{
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
}

.about-sort li{
    border: 1px solid #f1f1f1;
    margin-left: 10px;
    margin-right: 10px;
}
.about-sort li a{
    display: block;
    padding: 0 25px;
    color: #666;
    font: 400 17px/44px "Microsoft yahei";
}
.about-sort li a{

}
.about-sort li.linshi{
    background-color: #0158cb;
}
.about-sort li.linshi a{
    color: #fff;
}

.about-sort li.clicked{
    background-color: #0158cb;
}
.about-sort li.clicked a{
    color: #fff;
}
.ny-about-sort{
    margin-top: 5vh;
}
.ny-aboout-part1 .img{
    width: 49%;
}
.ny-aboout-part1 .img img{
    max-width: 100%;
}
.ny-aboout-part1 .wz{
    width: 47%;
}
.ny-part1-tt {
    margin-top: 5vh;
    margin-bottom: 3vh;
}
.ny-part1-tt h4{
    color: #888;
    font: 400 16px/32px "Airal";
    text-transform: uppercase;
}
.ny-part1-tt h3{
    color: #333;
    font: 600 28px/40px "Microsoft yahei";
    text-transform: uppercase;
}
.ny-part1-tt .line{
    width: 80px;
    height: 2px;
    background-color: #004eb4;
    margin-top: 2vh;
}
.ny-aboout-part1 p{
    color: #666;
    font: 400 16px/32px "Microsoft yahei";
}
.ny-aboout-part2{
    margin-bottom: 8vh;
}
.ny-part2-tt{
    text-align: center;
    margin-top: 8vh;
    margin-bottom: 5vh;
}
.ny-part2-tt h3{
    font-size: 28px;
    color: #333;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
}
.ny-part2-tt h3::before{
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 60%;
    height: 2px;
    top: 24px;
    left: -55%;
}
.ny-part2-tt h3::after{
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 60%;
    height: 2px;
    top: 24px;
    right: -55%;
}
.ny-aboout-part2-con li{
    width: 23%;
    border: 1px solid #f1f1f1;
    padding: 6px;
}
.ny-aboout-part2-con li .img{
    overflow: hidden;
}
.ny-aboout-part2-con li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.ny-aboout-part2-con li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
@media (max-width:768px) {
     .about-sort li{
         margin-left: 5px;
         margin-right: 5px;
     }
    .about-sort li a{
        padding: 0 10px;
        font: 400 15px/44px "Microsoft yahei";
    }
    .ny-aboout-part1 .img{
        width: 100%;
    }
    .ny-aboout-part1 .wz{
        width: 100%;
    }
    .ny-aboout-part2-con li{
        width: 49%;
        margin-top: 10px;
    }
    .page-banner{
        display: none;
    }
}

/*联系我们4c样式*/
.xypg-right-content{
    margin-bottom: 6vh;
}
.ny4-contact-part1{
    padding: 8vh 0;
}
.ny4-contact-tt{
    background: url(//cdn.myxypt.com/2d901e13/22/03/b63da5d7fc85247e580e11295a4d47d1a97c9e17.png) no-repeat right bottom;
}
.ny4-contact-tt span{
    color: #666;
    font: 400 18px/36px "Airal";
    text-transform: uppercase;
}
.ny4-contact-tt h3{
    color: #0158cb;
    font: 600 25px/30px "Airal";
}
.ny4-contact-part1-con{
    margin-top: 5vh;
}
.ny4-contact-part1-list{
    position: relative;
    width: 60%;
    border: 3px solid #dfdfdf;
    padding: 30px;
}
.ny4-contact-ewm{
    width: 36%;
}
.ny4-contact-part1-list h3{
    width: 80%;
    color: #333;
    font: 400 20px/40px "Microsoft yahei";
    margin-bottom: 2vh;
}
.ny4-contact-part1-list p{
    width: 80%;   
    color: #666;
    font: 400 15px/30px "Microsoft yahei";
}
.ny4-contact-part1-list .kuai{
    width: 13%;
    background-color: #0158cb;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
}
.ny4-contact-part1-list .line{
    position: absolute;
    top: 25%;
    width: 52px;
    height: 3px;
}
.ny4-contact-part1-list .line1{
    right: calc(13% - 3px);
    background-color: #0158cb;
}
.ny4-contact-part1-list .line2{
    left: calc(87% + 3px);
    background-color: #fff;
}
.ny4-contact-part1-list ul{
    width: 80%
}
.ny4-contact-part1-list ul li{
    width: 35%;
}
.ny4-contact-part1-list ul li .img img{
    max-width: 100%;
}
.ny4-contact-part1-list ul li h4{
    color: #666;
    font: 400 14px/30px "Microsoft yahei";
    text-align: center;
}
.ny4-contact-part2{
    overflow: hidden;
    border-right: 1px solid rgb(204, 204, 204);
}
@media (max-width: 992px) {
    .ny4-contact-tt h3{
        font: 600 25px/40px "Airal";
    }
    .ny4-contact-part1-list{
        width: 100%;
        margin-bottom: 1vh;
    }
    .ny4-contact-part1-list ul{
        width: 100%;
    }
    .ny4-contact-part1-list h3{
        width: 100%;
    }
    
    .ny4-contact-part1-list p{
        width: 100%;
    }
    .ny4-contact-part1-list .kuai{
        display: none;
    }
    .ny4-contact-part1-list .line{
        display: none;
    }
}
@media (max-width: 768px) {
    .ny4-contact-part1-list{
        padding: 15px;
    }
}
.footer{
    background: #151515;
}